Int32NINumericInt32NDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.Divide(
Int32N value
)
Private Function Divide (
value As Int32N
) As Int32N Implements INumeric(Of Int32N).Divide
private:
virtual Int32N Divide(
Int32N value
) sealed = INumeric<Int32N>::Divide
private abstract Divide :
value : Int32N -> Int32N
private override Divide :
value : Int32N -> Int32N
- value Int32N
- The value as the divisor.
Int32NThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)